Workflow Details

The Execution Details API returns detailed information about:

Detail requests are subject to Rate Limits.

Example: Details Response

{
    "workflow": {
        "id": "41f71912-1c6b-4e2f-b340-d6dc10cd69b8",
        "status": "PROCESSED",
        "definitionKey": "10011",
        "userReference": "MyUser",
        "customerInternalReference": "MyCompany"
    },
    "account": {
        "id": "572ac7b5-9f83-409d-ba8e-f0014e411c7e"
    },
    "createdAt": "2022-11-28T23:45:02.528Z",
    "startedAt": "2022-11-28T23:50:37.221Z",
    "completedAt": "2022-11-28T23:50:55.232Z",
    "credentials": [
        {
            "id": "bce8a24b-16ba-46a8-994e-fa76e4c4845b",
            "category": "SELFIE",
            "parts": [
                {
                    "classifier": "FACE",
                    "href": "https://retrieval.amer-1.jumio.ai/api/v1/accounts/572ac7b5-9f83-409d-ba8e-f0014e411c7e/credentials/bce8a24b-16ba-46a8-994e-fa76e4c4845b/parts/FACE"
                }
            ],
            "consent": {
                "decisionAccepted": true,
                "collectedBy": "CUSTOMER"
            }
        },
        {
            "id": "e25c0737-5753-4812-ab5c-94813e067ec9",
            "category": "FACEMAP",
            "parts": [
                {
                    "classifier": "FACEMAP"
                },
                {
                    "classifier": "LIVENESS_1",
                    "href": "https://retrieval.amer-1.jumio.ai/api/v1/accounts/572ac7b5-9f83-409d-ba8e-f0014e411c7e/credentials/e25c0737-5753-4812-ab5c-94813e067ec9/parts/LIVENESS_1"
                },
                {
                    "classifier": "LIVENESS_3",
                    "href": "https://retrieval.amer-1.jumio.ai/api/v1/accounts/572ac7b5-9f83-409d-ba8e-f0014e411c7e/credentials/e25c0737-5753-4812-ab5c-94813e067ec9/parts/LIVENESS_3"
                },
                {
                    "classifier": "LIVENESS_2",
                    "href": "https://retrieval.amer-1.jumio.ai/api/v1/accounts/572ac7b5-9f83-409d-ba8e-f0014e411c7e/credentials/e25c0737-5753-4812-ab5c-94813e067ec9/parts/LIVENESS_2"
                },
                {
                    "classifier": "LIVENESS_5",
                    "href": "https://retrieval.amer-1.jumio.ai/api/v1/accounts/572ac7b5-9f83-409d-ba8e-f0014e411c7e/credentials/e25c0737-5753-4812-ab5c-94813e067ec9/parts/LIVENESS_5"
                },
                {
                    "classifier": "LIVENESS_4",
                    "href": "https://retrieval.amer-1.jumio.ai/api/v1/accounts/572ac7b5-9f83-409d-ba8e-f0014e411c7e/credentials/e25c0737-5753-4812-ab5c-94813e067ec9/parts/LIVENESS_4"
                },
                {
                    "classifier": "LIVENESS_6",
                    "href": "https://retrieval.amer-1.jumio.ai/api/v1/accounts/572ac7b5-9f83-409d-ba8e-f0014e411c7e/credentials/e25c0737-5753-4812-ab5c-94813e067ec9/parts/LIVENESS_6"
                }
            ],
            "consent": {
                "decisionAccepted": true,
                "collectedBy": "CUSTOMER"
            }
        },
        {
            "id": "fdb1bc31-99a0-4671-8f2a-2bf7ca2faace",
            "category": "ID",
            "parts": [
                {
                    "classifier": "FRONT",
                    "href": "https://retrieval.amer-1.jumio.ai/api/v1/accounts/572ac7b5-9f83-409d-ba8e-f0014e411c7e/credentials/fdb1bc31-99a0-4671-8f2a-2bf7ca2faace/parts/FRONT"
                },
                {
                    "classifier": "BACK",
                    "href": "https://retrieval.amer-1.jumio.ai/api/v1/accounts/572ac7b5-9f83-409d-ba8e-f0014e411c7e/credentials/fdb1bc31-99a0-4671-8f2a-2bf7ca2faace/parts/BACK"
                }
            ],
            "consent": {
                "decisionAccepted": true,
                "collectedBy": "CUSTOMER"
            }
        }
    ],
    "decision": {
        "type": "WARNING",
        "details": {
            "label": "WARNING"
        },
        "risk": {
            "score": 50.0
        }
    },
    "consent": {
        "obtained": "yes",
        "obtainedAt": "2022-11-28T23:50:40.136Z"
    },
    "steps": {
        "href": "https://retrieval.amer-1.jumio.ai/api/v1/accounts/572ac7b5-9f83-409d-ba8e-f0014e411c7e/workflow-executions/41f71912-1c6b-4e2f-b340-d6dc10cd69b8/steps"
    },
    "capabilities": {
        "extraction": [
            {
                "id": "5483e41e-08a7-4d9d-a09d-9f21e41b9e72",
                "credentials": [
                    {
                        "id": "fdb1bc31-99a0-4671-8f2a-2bf7ca2faace",
                        "category": "ID"
                    }
                ],
                "decision": {
                    "type": "PASSED",
                    "details": {
                        "label": "OK"
                    }
                },
                "data": {
                    "type": "DRIVING_LICENSE",
                    "subType": "REGULAR_DRIVING_LICENSE",
                    "issuingCountry": "USA",
                    "firstName": "JOHN JACOB",
                    "lastName": "SMITH",
                    "dateOfBirth": "1969-01-18",
                    "expiryDate": "2025-01-18",
                    "issuingDate": "2019-12-26",
                    "documentNumber": "N1234567",
                    "state": "CA",
                    "gender": "M",
                    "currentAge": "54"
                }
            }
        ],
        "similarity": [
            {
                "id": "1fc799e4-f0ba-4dde-aaae-af857eef7b6e",
                "credentials": [
                    {
                        "id": "bce8a24b-16ba-46a8-994e-fa76e4c4845b",
                        "category": "SELFIE"
                    },
                    {
                        "id": "fdb1bc31-99a0-4671-8f2a-2bf7ca2faace",
                        "category": "ID"
                    }
                ],
                "decision": {
                    "type": "PASSED",
                    "details": {
                        "label": "MATCH"
                    }
                },
                "data": {
                    "similarity": "MATCH"
                }
            }
        ],
        "liveness": [
            {
                "id": "789f4e4a-7c2f-4764-a98d-c519d082ba6d",
                "validFaceMapForAuthentication": "https://retrieval.amer-1.jumio.ai/api/v1/accounts/572ac7b5-9f83-409d-ba8e-f0014e411c7e/credentials/e25c0737-5753-4812-ab5c-94813e067ec9/parts/FACEMAP",
                "credentials": [
                    {
                        "id": "bce8a24b-16ba-46a8-994e-fa76e4c4845b",
                        "category": "SELFIE"
                    },
                    {
                        "id": "e25c0737-5753-4812-ab5c-94813e067ec9",
                        "category": "FACEMAP"
                    }
                ],
                "decision": {
                    "type": "PASSED",
                    "details": {
                        "label": "OK"
                    }
                },
                "data": {
                    "type": "IPROOV_STANDARD",
                    "predictedAge": 44,
                    "ageConfidenceRange": "32-56"
                }
            }
        ],
        "dataChecks": [
            {
                "id": "da2a93b5-8a1f-4db6-bdfa-fb57ada57b12",
                "credentials": [
                    {
                        "id": "fdb1bc31-99a0-4671-8f2a-2bf7ca2faace",
                        "category": "ID"
                    }
                ],
                "decision": {
                    "type": "PASSED",
                    "details": {
                        "label": "OK"
                    }
                }
            }
        ],
        "imageChecks": [
            {
                "id": "b336a404-7775-4793-9cf6-30a7e5be1d0b",
                "credentials": [
                    {
                        "id": "bce8a24b-16ba-46a8-994e-fa76e4c4845b",
                        "category": "SELFIE"
                    },
                    {
                        "id": "fdb1bc31-99a0-4671-8f2a-2bf7ca2faace",
                        "category": "ID"
                    }
                ],
                "decision": {
                    "type": "WARNING",
                    "details": {
                        "label": "REPEATED_FACE"
                    }
                },
                "data": {
                    "faceSearchFindings": {
                        "status": "DONE",
                        "findings": [
                            "22771260-8cb0-42a2-a38a-d8f853063cc2",
                            "27232651-4b18-4cf1-8d4a-df0451abc717",
                            "9541ae91-834e-4914-a30d-6534fed4eb6d",
                            "9414413d-2c76-44d2-9052-8876fa327a02"
                        ]
                    }
                }
            }
        ],
        "usability": [
            {
                "id": "1bb41666-2745-4c9a-bd5f-d0e338d0242b",
                "credentials": [
                    {
                        "id": "fdb1bc31-99a0-4671-8f2a-2bf7ca2faace",
                        "category": "ID"
                    }
                ],
                "decision": {
                    "type": "PASSED",
                    "details": {
                        "label": "OK"
                    }
                }
            },
            {
                "id": "db0fd83a-5f9f-4739-94f7-7868194ba1dc",
                "credentials": [
                    {
                        "id": "e25c0737-5753-4812-ab5c-94813e067ec9",
                        "category": "FACEMAP"
                    }
                ],
                "decision": {
                    "type": "PASSED",
                    "details": {
                        "label": "OK"
                    }
                }
            },
            {
                "id": "e991586b-3345-4a2d-bfc3-1690ccb477b3",
                "credentials": [
                    {
                        "id": "bce8a24b-16ba-46a8-994e-fa76e4c4845b",
                        "category": "SELFIE"
                    }
                ],
                "decision": {
                    "type": "PASSED",
                    "details": {
                        "label": "OK"
                    }
                }
            }
        ]
    }
}